type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToInt64Scanner

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float4.go#L197: 			return scanPlanTextAnyToInt64Scanner{}
		float8.go#L235: 			return scanPlanTextAnyToInt64Scanner{}
		int.go#L266: 			return scanPlanTextAnyToInt64Scanner{}
		int.go#L829: 			return scanPlanTextAnyToInt64Scanner{}
		int.go#L1403: 			return scanPlanTextAnyToInt64Scanner{}
		int.go#L1967: type scanPlanTextAnyToInt64Scanner struct{}
		int.go#L1969: func (scanPlanTextAnyToInt64Scanner) Scan(src []byte, dst any) error {
		numeric.go#L588: 			return scanPlanTextAnyToInt64Scanner{}